home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / bbs_door / clasfy41.zip / CLASSIFY.HIS < prev    next >
Text File  |  1996-04-04  |  46KB  |  816 lines

  1. 04/04/96
  2.        [v4.1]   Eliminated the 'ANSI not detected....' message since there are
  3.                 a few communications packages out there that give off their
  4.                 own type of ANSI.
  5.  
  6.                 If using the TRIBBS.SYS system file, the door always presented
  7.                 the opening screen in black and white. Will now be presented
  8.                 in color.
  9.  
  10.                 A first time caller to the Door was being given a black and
  11.                 white screen throughout the Door. The caller would then have
  12.                 to use the Door option to toggle the color on. The Door will
  13.                 now default to having the color turned on and the caller will
  14.                 have to use the color toggle, on the game menu, to turn it off.
  15.  
  16.                 The Door knows that the caller is the Sysop, if the caller is
  17.                 record #1 in the BBS' user database. The BBS software passes
  18.                 that record number to the door via the system file. Some BBS
  19.                 software does not pass the actual record number but passes a
  20.                 relative number (ie: record #1 is passed as record #0). If the
  21.                 number being passsed is 0, the Door will not know it is the
  22.                 Sysop calling. We will now recognize the caller as the Sysop
  23.                 if their record number is 0 or 1.
  24.  
  25.                 A NEW option has been added to the CFG file to control whether
  26.                 or not you wish to have the door LOG callers (ON/OFF) to a
  27.                 USAGE file. A separate file is created for each Node.
  28.  
  29.                 Expanded the number TOPICS allowed, from 30 to 40
  30.  
  31.        CLMAINT: Added the "log callers" option to CFG creation routine
  32.                   
  33.                 When CLMAINT it run it will check to ensure that none of the
  34.                 TOPIC numbers, in the CLASSIFY.CAT file, is greater than the
  35.                 number of TOPICS specifie in the CLTOPICS file.
  36.  
  37.                 Error #5 (Illegal Function Call) generated in the Door when
  38.                 invalid number of ads encountered. The number fo ads will be
  39.                 properly updated when the Sysop exits the CLMAINT program.
  40.  
  41.  
  42. 09/10/94
  43.        [v4.0]  Please note that with this version of Classified Ads AND
  44.                Classified Exchange, you will require a NEW registration number
  45.                IF you wish to take advantage of the following features:
  46.                ^^
  47.                      PICTURE Attachment to individual Ads
  48.                      CREDIT CARD Acceptance as payment for PAID Ads
  49.                      Exchange of PICTURE files
  50.  
  51.                SEE UPGRADE.TXT for more information!!!. All other enhancements
  52.                and bug fixes will still work with the regular versions of the
  53.                Door
  54.                *************************************************************
  55.  
  56.                It was possible that the Classified Ads program would show as
  57.                registered, but the CLMAINT program (which uses the same CFG
  58.                file) would not.
  59.  
  60.                NEW FEATURE: Allow the caller to download a PICTURE file.
  61.                In most cases this would be a picture of the item being
  62.                advertised. If a caller would like to have a picture available
  63.                for anyone to look at, they would first notify the Sysop.
  64.                He/She would have the caller upload the picture. If the Sysop
  65.                wishes to make the picture available for others to download,
  66.                they would run the MMAINT program and EDIT that caller's
  67.                record to reflect the filename of picture file. This feature
  68.                requires an additonal registraiton fee.
  69.  
  70.                NEW FEATURE: Allows the caller to pay for his/her ad(s) by
  71.                Credit Card. See DOCS for more information.
  72.  
  73.                NEW FEATURE: Added a colorized bulletin, in addition to the
  74.                existing black/white bulletin. Requires a CFG update..
  75.  
  76.                NEW FEATURE: Paid Ads entered by the SYSOP wil be made visible
  77.                immediately rather than having to use the maintenance program.
  78.  
  79.                NEW FEATURE: The Main Menu has an additional option called
  80.                NEWS. If the caller chooses that option a text file called
  81.                CLNEWS.TXT will be displayed. The Sysop can place pertinent
  82.                information, for example Classified Ads info, in the file to
  83.                keep callers up to date about the happenings with the Door.
  84.                The file MUST be called CLNEWS.TXT and if it is not found in
  85.                the CLASSIFY directory the NEWS option will display nothing.
  86.  
  87.                Paid ads made visible thru the maintenance program, were not
  88.                showing up on the Bulletin until an ad was entered online.
  89.  
  90.                Reports of intermittant 'Error 63: Bad Recor Number'. I believe
  91.                I have tracked this one down and erradicated it.
  92.  
  93.                Added a new option to the CFG file. The option will allow the
  94.                Sysop to have a line of text displayed to the caller at the top
  95.                of the screen when entering or viewing an ad. The text is
  96.                entered directly in the CFG file and can be a maximum of 76
  97.                characters and if no text is desired the word NONE is entered.
  98.  
  99.                The CLASSIFY.CAT file has been changed. In the old file there
  100.                was only ONE security level that would control the VIEWing of an
  101.                Ad and/or the ability to ENTER an Ad. This has now been split so
  102.                that you can control the VIEWing and ENTERing of an Ad
  103.                SEPARATELY. You will have to update each category in the
  104.                CLASSIFY.CAT file to reflect the security levels. The DOC file
  105.                explain the new entries. Please read it carefully!
  106.  
  107.                When a caller chose option 1 on Main Menu, chose (S)hort display
  108.                and entered a date, they were then shown the Categories and one
  109.                was chosen. Instead of displaying the ads for just that category
  110.                the entire database of Ads were displayed. This only seemed to
  111.                happen if you were NOT using TOPICS.
  112.  
  113.                With the new PICTURE option comes a requirement to be able to
  114.                archive the picture files when you participate in the CLassified
  115.                Exchange. To this end a NEW file will be required to be present
  116.                in then Classified directory. The name of this file MUST be
  117.                CLEXCMPR.DAT. This file will contain the name of 2 BATCH files;
  118.                1 to compress the files and 1 to uncompress them. We have
  119.                supplied the CLEXCMPR.DAT file 2 BATCH files which you can modify
  120.                as needed.
  121.  
  122.                Added a new option to the CFG file. This option will allow the
  123.                Sysop to control whether to display ALL Categories (when using
  124.                Main Menu Option 1) or just those Categories that contain Ads.
  125.  
  126.                Added a NEW option to the CLMAINT program. This option will
  127.                allow the Sysop to Transfer ALL Ads in one Category to Another.
  128.  
  129.                Added a new option to the CLMAINT program. This Option will
  130.                audit the databases and show you the number of Ads and Messages
  131.                by Originating BBS as well as a grand total.
  132.  
  133.                Added a new option to the CFG file to allow the Sysop to force
  134.                the use of a caller's ALIAS rather than the normal BBS LogonName.
  135.                This option requires the use of DOOR.SYS as the
  136.                System file/Drop file. Please not that this will have no effect
  137.                on any previously entered messages or ads. They will still carry
  138.                the LogonName previously used.
  139.  
  140.                When using TOPICS the caller is given the option of selecting
  141.                ALL ads in ALL Topics/Categories. This option was not available
  142.                if you were only using Categories. It is now available
  143.                regardless...
  144.  
  145.                This may sound confusing but... if a category was chosen,
  146.                associated Ads list displayed, an individual Ad displayed and
  147.                then return to select another category and the same category is
  148.                chosen again, the number of Ads associated with that Category
  149.                was NOT redisplayed in total.
  150.  
  151.                When using Option 2 (SEARCH) deleted Ads were being displayed
  152.  
  153.                The loading of databases at the beginning of the program was
  154.                taking too long (would take longer as the database grew) and at
  155.                times seemed to have even taken longer on nodes other than the
  156.                server node. The reason for loading was to get a count of the
  157.                number of Ads in each Category, so to this end we are now
  158.                creating and maintaining a separate file (CLASSIFY.CNT) to keep
  159.                track of the Ads in each category. Even though Classified will
  160.                keep the file updated, there will be times when it may become
  161.                necessary to recreate the file. To this end we have added
  162.                another option to the CLMAINT program. You would use this option
  163.                under any of three circumstances:
  164.  
  165.                  . Running CLASSIFY for the FIRST time
  166.                  . CLASSIFY.CNT File deleted or corrupted
  167.                  . You Add or Delete Categories from the CLASSIFY.CAT file
  168.  
  169.                You MUST use the new CLMAINT option if you are seeing this for
  170.                the first time!! You may run this option any number of times
  171.                without doing any harm..
  172.  
  173.                If you were NOT using CLTOPICS and you chose MODIFY or DELETE
  174.                from the main menu, the program would show you a list of Ads
  175.                from the last Category you accessed with giving you a choice of
  176.                category.
  177.  
  178.                The ORIGINATING BBS field of ALL messages was not being updated.
  179.                This caused the Audit function to report ALL messages as being
  180.                ~~Unrecognizable~~. All messages entered from this point on will
  181.                contain the name of the Originating BBS.
  182.  
  183.  
  184. 10/30/93
  185.          [v3.2] Another Error cropped up when entering a PAID AD. Never fails
  186.                 that it will never show up during Beta testing, only when you
  187.                 release it to  production :)
  188.  
  189. 10/29/93
  190.          [v3.1] Error 52 (Bad File Number) when modifying a PAID ad. The Ad
  191.                 would be updated correctly, but the error would occur when
  192.                 writing the notification to the Sysop.
  193.  
  194.                 If you entered PREPAID ads into the CLMAINT program, CLMAINT
  195.                 would not allow you to review the PREPAID information if you
  196.                 answered 1 to the 'number of PrePaid ads' question. It was
  197.                 only allowing viewing if more the answer was greater than 1.
  198.  
  199.                 Added a new option to the CFG file. This option will allow or
  200.                 disallow the use of HiASCII characters (ASCII 127-255) thru
  201.                 the keyboard.
  202.  
  203.                 When entering or modifying an Ad, the ITEM, CONTACT and COST
  204.                 fields will not longer be changed to Upper Case letters. The
  205.                 Input will remain in the case that it was entered. This was
  206.                 changed to accomdate our foreign language friends.
  207.  
  208.                 When entering an Ad there was no way to get to the 2nd screen.
  209.  
  210.                 When you use TOPICS and the caller chooses a Topic, prior
  211.                 version(s) would display ALL Ads in ALL Categories associated
  212.                 with that Topic. In this version you will choose a TOPIC, be
  213.                 presented with the Categories associated with that Topic and
  214.                 you will choose the Category. The program will then display
  215.                 Ads ONLY associated with that Category. You will then be
  216.                 returned to the Topics Menu.
  217.  
  218.                 Under certain circumstances, when using the Modify option, the
  219.                 program would error out with an Error 52 (Bad File Name)
  220.                 after saving an Ad you have modified. The changes were
  221.                 recorded successfully.
  222.  
  223.                 CLMAINT (CFG Setup) option adjusted to handle the new CFG
  224.                 option for HiASCII characters
  225.  
  226.                 Fixed some problems with the way the (A)ll Categories option
  227.                 (sub-option for Main Menu option #1) was being presented and
  228.                 handled. Originally introduced in Beta03.
  229.  
  230.                 Under certain circumstances, if running PCBoard, the program
  231.                 would write a wrong record number to PCBOARD.SYs and it in
  232.                 turn would update the wrong record in the USER file. A really
  233.                 dumb mistake on my part. This has been in the program for a
  234.                 while and was just brought to my attention.
  235.  
  236.                 If there were blanks after the Sysop's first name, in the
  237.                 CFG file, the CLEXCH program would not recognize that the
  238.                 program was registered.
  239.  
  240.                 Added a command line switch to CLEXCH to allow a HUB Sysop to
  241.                 EXPORT ALL Ads without having to go to the CLMAINT program
  242.                 and use the export reset option. The switch is: /ALL
  243.  
  244.                 When attempting to Download the CLREADER you would be returned
  245.                 to the Main Menu, without any indication of a problem. The
  246.                 program was incorrectly reading the caller's response to the
  247.                 Compression question. The same problem may have occured if the
  248.                 caller was trying to download Ads.
  249.  
  250.                 When uploading reply to an Ad read offline, the number of messages
  251.                 uploaded display was not lined up correctly. Also added a
  252.                 "Press Enter" message after the uploads are completed. Without
  253.                 it it was not easy to see the messages(s) displayed by the
  254.                 Classified Ads program.
  255.  
  256. 07/15/93
  257.          [v3.0] ************ NOTE ****** WARNING *****************************
  258.                 You MUST run CL30CVT.EXE to convert the ADS database. We have
  259.                 added new fields to handle changes incorporated in this
  260.                 release as well as preparing the files for future changes.
  261.                 Be sure to read the README.1st file!!!!!!
  262.                 **************************************************************
  263.  
  264.                 There has been a report of an INPUT PAST END OF FILE
  265.                 Error #62, when running the Classified maintenance program
  266.                 (CLPURGE). Based on what I found wrong, I am surprised that
  267.                 others have not had the same problem. Perhaps that is
  268.                 attributable to the fact that the CLPURGE program normally
  269.                 runs in a nightly event.
  270.  
  271.                 On the Download menu, when selecting option 1, the caller was
  272.                 not being returned to the Download menu, but was rather placed
  273.                 in a loop, redisplaying the same prompt. This in effect made
  274.                 option 1 non-functional.
  275.  
  276.                 Fixed a problem whereby a user whose security level was greater
  277.                 than the security level you assigned to MODIFY (in the CFG
  278.                 file), would not be able to modify their ad. If the security
  279.                 level was equal to the one in the CFG they could modify the ad.
  280.                 This problem has existed for a while and just surfaced recently.
  281.  
  282.                 When caller first uses the door, their last-date-on will be set
  283.                 to 010180, instead of to the current date. Setting it to current
  284.                 date was confusing and when viewing ads they would take the
  285.                 default date (current date) and not see any (or very few) ads.
  286.  
  287.                 The EXCHANGE file name in the config file is now a maximum
  288.                 of 6 characters in length.
  289.  
  290.                 If you are using the Classified Exchange option, you will now
  291.                 be Exchanging MESSAGES as well as ADS!!
  292.  
  293.                 Added an entry to the CFG file to give the Sysop 25 characters
  294.                 of data that will be tagged onto the line containing the ORIGIN
  295.                 BBS name. This is optional, however I would suggest you use it
  296.                 to show your BBS telephone number. This would be very helpful
  297.                 if you are participating in the exchanging of databases with
  298.                 other BBS'.
  299.  
  300.                 Externalized all the Compression types and Protocol types. This
  301.                 means you will be able to use ANY protocol you wish. All you
  302.                 would have to do is add it to the PROTOCOL.DAT or COMPRESS.DAT
  303.                 files and create a small batch file for each and you are all
  304.                 set. See the Docs for more information about this option. We
  305.                 have supplied sample PROTOCOL and COMPRESS.DAT files as well
  306.                 as smaple batch files.
  307.  
  308.                 All keyboard input will require that you press ENTER to signal
  309.                 a complete entry. Prior versions used a 'hot key' concept, but
  310.                 we received overwhelming feedback that it was best to go the
  311.                 ENTER key route. Less confusing for the users and less
  312.                 susceptable to line noise acting as an ENTER key press.
  313.  
  314.                 Increased the size of the COST field to 25 characters.
  315.  
  316.                 You now have the option to change from displaying everything in
  317.                 COLOR or Non-Color. There is an option on the menu to accomplish
  318.                 this. The User record will carry the COLOR/Non-COLOR choice,
  319.                 thus the setting will carry from logon to logon.
  320.  
  321.                 Added a CLEAR SCREEN at the start of the bulletin created to be
  322.                 displayed on your BBS system.
  323.  
  324.                 Removed the 2 compression options (ARJ & ZIP) from the
  325.                 configuration file, since the compression choices are now
  326.                 defined by the Sysop via an external file.
  327.  
  328.                 Added an option to the main menu to allow caller to download
  329.                 the Classified Ads Offline Ads Reader CLREADER directly
  330.                 from the Classified Ads Door. You must ensure that CLREADER.EXE
  331.                 and CLREADER.DOC exist in the directory, individually. We will
  332.                 compress it using the callers choice of compression method!
  333.  
  334.                 The screen that displays the summary of all ads, has been
  335.                 modified to remove COST field. This will make it easier to
  336.                 read (less cluttered).
  337.  
  338.                 When modifying the description portion of an Ad, the
  339.                 description lines will now be numbered.
  340.  
  341.                 When an Ad was entered into a PAY category, the person entering
  342.                 the Ad was not permitted to view, delete or modify it. This has
  343.                 been corrected, provided the caller has the proper security
  344.                 level to access the MODIFY/DELETE options as defined in the
  345.                 Configuration file.
  346.  
  347.                 As the SYSOP, you can now enter Ads for others, by logging on
  348.                 normally and using Main Menu option #3. You will be prompted
  349.                 for the Poster's name. The rest of the data entry is the same
  350.                 for all callers. If the door does not detect you as the Sysop
  351.                 it will insert the name of the caller as the Poster.
  352.  
  353.                 "Registered" will no longer "flash" on the opening screen.
  354.  
  355.                 Any errors encounterd in the Category file will be identified
  356.                 by a line number and an Error number. The Error number will be
  357.                 explained in the DOCS.
  358.  
  359.                 Displaying the categories to callers was becoming a long
  360.                 process due to the number of categories that you could
  361.                 potentially create. If you had 100 categories it would take a
  362.                 number of screens to present all of them. To help alleviate
  363.                 this task we have developed a higher level of categories called
  364.                 TOPICS. You will now be able to group all your categories into
  365.                 TOPICS. The TOPICS will be presented to your callers whenever
  366.                 they choose to display Categories or whenever he program deems
  367.                 it necessary (ie: Entering an AD). When they choose a TOPIC only
  368.                 those categories that you have grouped under that TOPIC will be
  369.                 displayed. You will have to create the TOPICS file AND add the
  370.                 appropraite TOPIC number to each category line in the
  371.                 CLASSIFY.CAT file.
  372.  
  373.                 In prior versions all ads were purged based on a 'number of
  374.                 days to keep ads' value in each category definition in the
  375.                 CLASSIFY.CAT file. With this version we will use the 'number of
  376.                 days...' value to calculate an Ad Expiration date for all FREE
  377.                 categories. The Ad Expiration date will be calculated by adding
  378.                 the number of days specified in the Category file to the
  379.                 current date. This date is then carried with each Ad and all
  380.                 purging will be based on the date in each ad and not the
  381.                 category to which it is associated. In the case of ads that are
  382.                 added in PAY categories, the caller will be presented with a
  383.                 choice as to the length of time they wish to have the ad
  384.                 displayed. The choices will be (W)eekly, (M)onthly, (Q)uarterly
  385.                 and (Y)early. The program will automatically set the Ad
  386.                 Expiration based on the choice (W=7 days, M=30 days, Q=90 days
  387.                 and Y=365 days). The calculated date will be carried in each
  388.                 Ad same as it is in the FREE ads.
  389.  
  390.                 Added a secondary detail screen to each ad so as to allow
  391.                 caller to leave descriptions of up to 30 lines. The caller
  392.                 gets 10 lines on the main screen and 20 lines on the secondary
  393.                 screen. All detail lines will now accomodate 75 characters per
  394.                 line.
  395.  
  396.                 When the "Message(s) Waiting" message is displayed, it will now
  397.                 indicate the number of messages you have waiting.
  398.  
  399.                 When a caller leaves an ad in a PAID AD category, a message
  400.                 will be generated to the Sysop containing information about
  401.                 the ad. The message will be sent to the name you enter for the
  402.                 new 'Sysop Logon Name' entry in the CFG file. Any message
  403.                 waiting for you will be contained in the Classified Ads
  404.                 message base only.
  405.  
  406.                 A new option has been added to the CFG file to allow or not
  407.                 allow any of the Downloading options to be used.
  408.  
  409.                 Category limitation has been lifted. Will now handle UNLIMITED
  410.                 number of categories.
  411.  
  412.                 You can now accept payment for ads in advance. Once payment is
  413.                 received you can update the PREPAID file so that when the caller
  414.                 decides to enter an ad in a PAY category, their Ad will become
  415.                 VISIBLE IMMEDIATELY, rather than having to wait for you to make
  416.                 it VISIBLE manually.
  417.  
  418.                 A new maintainance program has been introduced to combine a
  419.                 number of separate programs used in prior versions of Classify.
  420.  
  421.                 The Exchange program will only export Ads/Messages not
  422.                 previously EXPORTED.
  423.  
  424.                 The Bulletin, if you chose to create one, will not be recreated
  425.                 unless an Ad is entered or deleted. It was being recreated for
  426.                 every caller.
  427.  
  428.                 Added "time left" display to Main Menu prompt
  429.  
  430.                 A check will now be made to ensure that only legitimate
  431.                 Classified Export files are being Imported by CLEXCH. If a file
  432.                 is invalid, an entry will be made in the CLEXCH.LOG file with
  433.                 the name of the file in error.
  434.  
  435.                 You can now control the categories you want to Export. This will
  436.                 allow you to maintain Local categories along with categories
  437.                 that are part of a network. It will also allow you to
  438.                 participate in more than one network.
  439.  
  440.                 The caller will no longer be able to send a message to
  441.                 themselves.
  442.  
  443.                 The Exchange program (CLEXCH.EXE) will now allow you to use the
  444.                 EXPORT option multiple times. Prior versions would overlay an
  445.                 existing Export file and you would lose the previously exported
  446.                 ads. With this version CLEXCH will add 2, randomly generated,
  447.                 characters to the name you supplied in the CFG file.
  448.  
  449.                 Added another option the CLASSIFY menu... an option to accept
  450.                 and process uploaded messages, created by the CLREADER program
  451.                 (offline ads reader) in response to posted ads.
  452.  
  453.                 Upgraded CLREADER (offline ads reader) to allow caller to
  454.                 respond to downloaded ads and upload the resulting message file
  455.                 to the CLASSIFY Door.
  456.  
  457.                 The DISPLAY option now has the option to choose the number of
  458.                 days, prior to the current date, from which to begin searching
  459.                 for new ads.
  460.  
  461.                 CLREADER has been enhanced to allow the user to reply to an Ad
  462.                 and upload the message to the CLASSIFED ADS Door. It will also
  463.                 allow the user to print a hard-copy of any Ad they choose. The
  464.                 CLREADER Docs have been changed as well.
  465.  
  466.                 When the DISPLAY option is selected, the caller will be able to
  467.                 enter the number of days back from the current date from which
  468.                 to begin displaying Ads. This is in addition to the 2 other
  469.                 options (entering a full date or using the last-date-on).
  470.  
  471.                 The PROTOCOL.DAT file can now be made node-specific to
  472.                 accommodate using special information that is required for
  473.                 certain nodes and not for all nodes.
  474.  
  475.                 The IMPORT function for CLEXCH was very slow at times, dictated
  476.                 by the number of Ads in the Database and the number of Ads
  477.                 being imported. I believe I have found a way to speed things up.
  478.  
  479.                 Changed the Ad display prompt, "Caller Name" to "Posted By" and
  480.                 adjusted some colors in the ad header display.
  481.  
  482.                 Added a new option to the CLMAINT program to check for and mark
  483.                 for deletion any duplicate ads found in the database.
  484.  
  485.                 In the Message Center, if you logon as the Sysop and chose
  486.                 option 2 or 4, they acted the same in that they showed the
  487.                 Sysop EVERY message. A change was made to distinguish between
  488.                 the 2 options and only show messages the Sysop entered if option
  489.                 2 was chosen and ALL messages if option 4 is chosen. This was
  490.                 the original intention of the 2 options but somewhere along the
  491.                 line it merged into one.
  492.  
  493.                 New options added to CLEXCH.EXE if you are acting as a HUB
  494.                 in a Classified Ads network.
  495.  
  496.                 Added support for the PCBoard /M version
  497.  
  498.                 Re-vamped the Download section. Should make it a little easier
  499.                 by not requiring the caller to go thru a menu of things to do
  500.                 but rather the program will 'walk' them through it.
  501.  
  502.                 Added an option to the CLMAINT module to allow Sysop to
  503.                 re-index the ADS and MESSAGES Databases.
  504.  
  505. 01/05/93
  506.          [v2.0] Special temporary version ....
  507.  
  508. 12/27/92
  509.          [v1.9] BRUN45.EXE no longer required!
  510.  
  511.                 Added support for Fossil-based Multi-Port cards!
  512.  
  513.                 When caller was required to enter a Category from the list
  514.                 presented, the program was allowing no input and defaulting
  515.                 to a random category. Now, if no Category is selected, the
  516.                 program will go back to the Main Menu.
  517.  
  518.                 When displaying the available Categories, the program would
  519.                 not display any Categories that the caller was not allowed
  520.                 to access due to the Security level for that particular
  521.                 Category in the CLASSIFY.CAT. This has been changed to show
  522.                 ALL Categories, but NOT show the Category number for those
  523.                 the caller does not have access to.
  524.  
  525.                 Certain places in the program did not stop displaying the
  526.                 Category files if the Categories were blank. It insisted
  527.                 on displaying all 340 Category entries.
  528.  
  529.                 New option added to Main Menu... DOWNLOAD ADS. You can
  530.                 download ads from ALL categories or indivually selected
  531.                 categories. Options to select from last date called or from
  532.                 a particular date forward. This will require a CHANGE TO THE
  533.                 CLASSIFY.CAT FILE. You MUST ADD another field to the Category
  534.                 file to indicate if you want the ads in EACH category to be
  535.                 DOWNLOADABLE (Y) or not (N).
  536.  
  537.                 Classified Ads supports either PKZIP or ARJ file compression.
  538.                 You must define which one or both in the CFG file. Please make
  539.                 the appropriate adjustment before running the door or you will
  540.                 encounter an Error 62 (Input Past End of File)...
  541.  
  542.                 Added a SETUP program to help in the initial setup or editing
  543.                 of the Configuration file. Just type CLSETUP and supply the
  544.                 required information.
  545.  
  546.                 When using the "Display All Ads" option off the main menu and
  547.                 you chose (S)hort display, the program would always return to
  548.                 the beginning of the ads list rather than pick up the display
  549.                 from the last ad you asked to see in detail. It will now pick
  550.                 up the list from the point of the last selection.
  551.  
  552.                 With this release you can now define those categories that you
  553.                 want to make 'pay-to-advertise' categories. The category file
  554.                 requires a new parameter to be added to each category listed.
  555.                 If you want a category to accept paid advertising then use a Y
  556.                 else use an N. If you declare a category to be a 'pay category'
  557.                 the caller may post his/her ad, but the ad will remain INVISIBLE
  558.                 until you make it VISIBLE thru the NEW maintenance program
  559.                 (CLPAYMNT.EXE). In addition you can have a file displayed to the
  560.                 caller if they choose a 'pay category'. You may have one display
  561.                 file that will be displayed for every 'pay' category  chosen OR
  562.                 you can create an individual display file for each 'pay'
  563.                 category. This is defined in detail in the CLASSIFY.DOC file.
  564.  
  565.                 A new program has been included in this version that will make
  566.                 it a little easier for your callers to read the downloaded ads
  567.                 offline. After downloading the selected ads, the caller uses
  568.                 CLREADER to read the ads, one at a time. The caller must first
  569.                 unarchive the file and then use the resultant file as input to
  570.                 CLREADER. The first iteration of this reader is rather simple in
  571.                 functionality, and will be expanded in the future. Place
  572.                 CLREADxx.ZIP on your board for Download by your users. It
  573.                 contains a FILE.DIZ descriptor file.
  574.  
  575. 10/12/92
  576.          [v1.8] Added support for TRIBBS software. We now access the
  577.                 TRIBBS.SYS system file directly!
  578.  
  579.                 Now supports the shorter version of DOOR.SYS. However,
  580.                 it's use is NOT recommended, especially in a multinode
  581.                 environment.
  582.  
  583.                 After a CHAT or DROP-TO-DOS the game screen will now be
  584.                 restored to its original state.
  585.  
  586.                 Made the name of the CLEXCH EXPORT file name configurable
  587.                 by adding it to the CFG file. See DOCS!
  588.  
  589.                 CLEXCH will now IMPORT all files it finds in the current
  590.                 directory, with an extension of .EXP. It will import ALL
  591.                 of them during one execution of the program. This will help
  592.                 those that have set themselves up as a HUB. Prior versions
  593.                 of CLEXCH required each EXP file to be imported individually
  594.                 during separate executions of the program.
  595.  
  596.                 Added another COMMAND line option, IMPEXP, to CLEXCH. This
  597.                 option will signal CLEXCH to do an IMPORT of all .EXP
  598.                 packets and follow it automatically with an EXPORT of the
  599.                 updated database.
  600.  
  601.                 All IMPORT and EXPORT transactions are now recorded in a
  602.                 file called CLEXCH.LOG. If the file exists it will append
  603.                 the information, if not it will create the file and add
  604.                 the information. Thus you are free to delete it at any time.
  605.  
  606.                 We wish to thank the Sysop of Window In Time BBS for the
  607.                 working example of a Classified database exchange Batch file
  608.                 and associated documentation. You can find it in the Classified
  609.                 docs at the end of the Classified exchange explanation. Please
  610.                 feel free to contact the Sysop at the FIDO and/or BBS number
  611.                 supplied for further help!!
  612.  
  613.                 Expanded the maximum number of CATEGORIES from 34 to 340 !
  614.  
  615.                 Made the WELCOME and GOODBYE filenames configurable, by
  616.                 allowing the Sysop to define them in the CFG file.
  617.  
  618.                 Introducing a FOUL LANGUAGE checker. With this version you
  619.                 can have CLASSIFIED check for words you deem offensive. The
  620.                 program will check the MESSAGES, ALL description lines,
  621.                 Cost line, Contact line and Item line against a list of words
  622.                 you supply, in ASCII format, in a file called TRASHCAN. If a
  623.                 match is found the offending word(s) will be changed to
  624.                 asteriks (*). TRASHCAN can contain a maximum of 100 words.
  625.  
  626.  
  627. 09/17/92
  628.          [v1.7] Reported "OVERFLOW" error in CLPURGE. Seems as though
  629.                 there was some null records in the CLASSIFY.DAT file.
  630.                 I added some code to check for this and mark it as
  631.                 being deleted. Not sure where or how it came to be, but
  632.                 I will be doing some ongoing testing.
  633.  
  634.                 CLEXCH was exporting null records instead of records that
  635.                 reflected the database. Therefore the file size looked as
  636.                 though it was correct, when in fact it was not.
  637.  
  638.                 Fixed some screen display problems in CLEXCH.
  639.  
  640.                 Screen should now restore after CHAT is engaged.
  641.  
  642. 09/02/92
  643.          [v1.6] Well, v1.5 slipped out with a bug in it so we are forced
  644.                 come out with 1.6...
  645.  
  646.                 If security levels for DELETE and MODIFY, as defined in
  647.                 the configrations file, were lower than the caller's
  648.                 security level, the callers were denied access to those
  649.                 functions. It would only work if you were the Sysop or if
  650.                 you left it at 0 in the configuration file.
  651.  
  652. 09/01/92
  653.          [v1.5] A reported problem relating to Sysop not being able to
  654.                 access the MODIFY, ADD, DELETE functions if the config
  655.                 file contained a security value other than 0 for those
  656.                 options.
  657.  
  658.                 Made some changes to reduce the delay present when
  659.                 displaying the opening screen. This change will affect
  660.                 registered versions. Non-registered will still have a
  661.                 slight delay.
  662.  
  663.                 File structure changes made to CLPURGE to correct the
  664.                 Error 62 problems.
  665.  
  666.                 In the unregistered version the Sysop was not able to
  667.                 change the  security levels for the ADD/MODEIFY/DELETE
  668.                 options. This was an oversight on my part as I left code
  669.                 in the program while testing.
  670.  
  671.                 With this version your callers can now leave and receive
  672.                 messages, independant of the BBS software message base.
  673.                 CLASSIFY now has its own message database. Callers are
  674.                 notified of any pending messages when they open the door
  675.                 or they can choose option #7 from the main menu and then
  676.                 option #1 from the Message Center menu to check for mail.
  677.                 They can also reply to any messages they read. This also
  678.      --->       requires an ADDITION to the CFG file to control the minimum
  679.                 security level that can access the message base.
  680.  
  681.                 With this version the ADOPT-A-DOOR option, as well as the
  682.                 recognition of anyone that has helped register the Door has
  683.                 been removed. This was required to make room for the code
  684.                 necessary to implement the new message capability.
  685.  
  686.                 A new option has been added as part of the MODIFY command to
  687.                 change the Category of the ad being modified. Available only
  688.                 as a sub-option of the MODIFY command.
  689.  
  690.      --->       YOU MUST DELETE LINE #6 FROM YOUR CONFIGURATION FILE!!!!!!!
  691.                    (THE LINE FOLLOWING THE REGISTRATION NUMBER)
  692.  
  693.                  Changed CLPURGE to pack the Message database. It will purge
  694.                  all deleted messages found.
  695.  
  696.  
  697. 08/09/92
  698.          [v1.4] If you were trying to turn off the ADOPT-A-DOOR option
  699.                 thru the configuration file, it was not working. I was
  700.                 forcing it on in unregistered versions. Fixed!
  701.  
  702.                 The Short display was showing the cost of an item, even if
  703.                 the category was setup to not show the cost field. It was
  704.                 picking up the cost from a prior record.
  705.  
  706.                 You now have a choice as to whether you want the dates in
  707.                 the American (MMDDYY) or European (DDMMYY) format. This is
  708.                 configurable in the CFG file.
  709.  
  710.                 Expanded the number of categories to 34.
  711.  
  712.                 Changed the message presented to a user that did not seem to
  713.                 have ANSI loaded. The old message referred to CLASSIFY as a
  714.                 game, the new message refers to it as a Door.
  715.  
  716.                 With this version of Classified Ads we are making available
  717.                 the ability for you to setup a network of BBS' to share or
  718.                 exchange Classified Ads databases. You will have to run a
  719.                 conversion program and make a change to your CFG file to
  720.                 choose whether you want to display the name of the BBS that
  721.                 the Ad was originated on.
  722.                 Note: To import/export the databases requires an optional
  723.                       program, called CLEXCH and requires a separate
  724.                       registration.
  725.  
  726.                 Added several options to the Configuration file related to
  727.                 the Database Exchange feature. You must make the changes
  728.                 regardless of whether you will be using the Exchange feature.
  729.  
  730. -------------------------------------------------------------------------------
  731. |               You MUST run the conversion program, called CLCONVRT          |
  732. |               regardless of whether you will be using the Exchange feature. |
  733. |               To execute the conversion program, enter the following after  |
  734. |               changing to the directory containing the CLASSIFY database:   |
  735. |                                                                             |
  736. |                       CLCONVRT CLASSIFY.CFG                                 |
  737. |                                                                             |
  738. |               If you use a different name for the CFG file, substitute that |
  739. |               name for CLASSIFY.CFG.                                        |
  740. |                                                                             |
  741. |                   THIS CONVERSION PROGRAM IS TO BE RUN ONLY ONCE!           |
  742. |                                                                             |
  743. |               BACKUP  CLASSIFY.DAT and CLASSIFY.INX  first !!!!!!!!!!!      |
  744. |                                                                             |
  745. ------------------------------------------------------------------------------|
  746.  
  747.                 The DELETE option will now display all ads entered by the
  748.                 caller (or ALL if Sysop is logged on) in the short format and
  749.                 allow caller/Sysop to pick the one they want to DELETE. It will
  750.                 then display the ad in deltail and ask if you wish to delete
  751.                 it and then ask a second time to avoid problems.
  752.  
  753.                 The MODIFY option will now display all ads entered by the
  754.                 caller (or ALL if Sysop is logged on) in the short format and
  755.                 allow caller/Sysop to pick the one they wish to MODIFY. The ad
  756.                 is then displayed for modification.
  757.  
  758.                 When MODIFYing the (L)ong Descriptions the program would not
  759.                 accept a 2 digit line number. Therefore if you tried to Modify
  760.                 Long Description line 10 it would place you on line 1.
  761.  
  762.  |----------------------------------------------------------------------------|
  763.  |              Expanded the Category file to include another field. This     |
  764.  |              will allow you to set a security level for each category. If  |
  765.  |              the caller's security level is less than this security level, |
  766.  |              they will NOT be able to enter or view an ad in that category.|
  767.  |              A category security level of 0 allows anyone to have access.  |
  768.  |----------------------------------------------------------------------------|
  769.  
  770.                 If the program finds a file called WELCOME, it will display
  771.                 that file after the opening screen and before the main menu
  772.                 screens. WELCOME must reside in the same directory as
  773.                 CLASSIFY.EXE
  774.  
  775.                 If the program finds a file called GOODBYE, it will display
  776.                 that file when the caller exits the program. It will display
  777.                 prior to displaying the file called ADOPT.SYS (if you have
  778.                 created it). GOODBYE must reside in the same directory as
  779.                 CLASSIFY.EXE
  780.  
  781. |---------------------------------------------------------------------------|
  782. |               Added 3 options to the Configuration file to give Sysop     |
  783. |               control over which Logon Security Levels can access the     |
  784. |               Add, Delete and Modify options.                             |
  785. |---------------------------------------------------------------------------|
  786.  
  787.                 Added another option to display the Categories from the
  788.                 Main Menu.
  789.  
  790. 06/18/92
  791.          [v1.3] There has been a number of requests (more like pleas <g>)
  792.                 that I do something about the display and acceptance of the
  793.                 date entered when the caller is in the Display option. I
  794.                 do hope that this meets with everyones acceptance.
  795.  
  796. 06/14/92
  797.          [v1.2] CLPURGE would not recognize a registered copy of CLASSIFY
  798.                 if you were running GT Power and pointing to GTUSER.BBS on
  799.                 the first line of the config. New CLPURGE.EXE enclosed.
  800.  
  801. 05/31/92
  802.          [v1.1] In unregistered version, the program would not allow the
  803.                 user to enter a cost amount and would show the Want Ad
  804.                 category as deleting messages after 0 days.
  805.  
  806.                 Added a word-wrap routine to the program. It will be in
  807.                 effect when a caller is entering the Long Description. It
  808.                 will not be in effect when you are modifying a single line
  809.                 in the Long Description nor for any other input area.
  810.  
  811.                 The text in the Long Description will no longer be converted
  812.                 to upper case. It will remain as the User inputted it.
  813.  
  814. 05/22/92
  815.          [v1.0] Initial release
  816.